home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / t_os / gpen32k / source.exe / LIB / OSRC / OMBIN.C < prev    next >
C/C++ Source or Header  |  1993-04-29  |  127b  |  10 lines

  1.  
  2. #include    <MOS.H>
  3.  
  4. void mbin( int *mb, int *mx, int *my )
  5. {
  6.     do    {
  7.         MOS_rdpos( mb, mx, my );
  8.     }    while ( *mb == 0 );
  9. }
  10.